GUI Help > Special > listViewItemY

listViewItemY
int y=listViewItemY(handle listview, int item, int subItem)

Description:
Returns the Y-coordinate of the top left hand corner of an item in a listview gadget.

Return Value:
See Above

Parameters:
gadget Handle of a listview gadget.
item Index of the item whoose position you wish to retrieve
subitem Index of the subitem whoose position you wish to retrieve (or 0 for the main item itself)
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)